Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
CancelConfirm
Next (SHIFT+n)
Expand (i)
Switch camera
Share
An error occurred while retrieving sharing information. Please try again later.
Theory (Binary classification vs multiclass classification)
How to identify hand written digits?
Coding (Solve a problem of hand written digit recognition)
Confusion Matrix (sklearn confusion_matrix)
Plot confusion matrix using seaborn library
Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)
14:32
14:32 / 15:42•Watch full videoLive
•
Exercise (Use sklearn iris dataset to predict flower type based on different features using logistic regression)
Logistic regression is used for classification problems in machine learning. This tutorial will show you how to use sklearn logisticregression class to solve multiclass classification problem to predict hand written digit. We will use sklearn load_digits to load readily available dataset from sklearn library and train o…...more